home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / OneButtonCheckup.exe / 0 / RCDATA / TFRMCLEANING / TFRMCLEANING.txt
Text File  |  2008-10-30  |  3KB  |  116 lines

  1. object frmCleaning: TfrmCleaning
  2.   Left = 261
  3.   Top = 188
  4.   Width = 708
  5.   Height = 469
  6.   Caption = 'frmCleaning'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object pnMain: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 700
  25.     Height = 435
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     Caption = 'pnMain'
  29.     TabOrder = 0
  30.     object pnBackground: TAxBackgroundPanel
  31.       Left = 0
  32.       Top = 0
  33.       Width = 700
  34.       Height = 435
  35.       Color = clWhite
  36.       Align = alClient
  37.       ParentColor = False
  38.       TabOrder = 0
  39.       DesignSize = (
  40.         700
  41.         435)
  42.       object lblTitle: TAxSmoothLabel
  43.         Left = 40
  44.         Top = 24
  45.         Width = 465
  46.         Height = 25
  47.         Quality = smMMXSmoothing4x
  48.         AutoSize = False
  49.         Caption = 'Step 2. Fixing the detected problems'
  50.         Font.Charset = DEFAULT_CHARSET
  51.         Font.Color = 10040064
  52.         Font.Height = -16
  53.         Font.Name = 'Verdana'
  54.         Font.Style = []
  55.         ParentFont = False
  56.       end
  57.       object lblSubtitle: TLabel
  58.         Left = 40
  59.         Top = 64
  60.         Width = 620
  61.         Height = 41
  62.         Anchors = [akLeft, akTop, akRight]
  63.         AutoSize = False
  64.         Caption = 
  65.           'Please wait while the program is performing the system maintenan' +
  66.           'ce. You can also skip the item currently in progress or stop the' +
  67.           ' process by clicking the Stop button below.'
  68.         WordWrap = True
  69.       end
  70.       object Shape1: TShape
  71.         Left = 40
  72.         Top = 119
  73.         Width = 620
  74.         Height = 1
  75.         Anchors = [akLeft, akTop, akRight]
  76.         Pen.Color = 7036718
  77.       end
  78.       object lvClean: TListView
  79.         Left = 40
  80.         Top = 120
  81.         Width = 620
  82.         Height = 313
  83.         Anchors = [akLeft, akTop, akRight, akBottom]
  84.         BorderStyle = bsNone
  85.         Columns = <
  86.           item
  87.             Caption = 'Check up sections'
  88.             Width = 580
  89.           end>
  90.         ColumnClick = False
  91.         ReadOnly = True
  92.         RowSelect = True
  93.         SmallImages = ilFake
  94.         TabOrder = 0
  95.         ViewStyle = vsReport
  96.         OnAdvancedCustomDrawItem = lvCleanAdvancedCustomDrawItem
  97.         OnMouseDown = lvCleanMouseDown
  98.         OnMouseMove = lvCleanMouseMove
  99.         OnMouseUp = lvCleanMouseUp
  100.       end
  101.     end
  102.   end
  103.   object tmRefresh: TTimer
  104.     Enabled = False
  105.     Interval = 100
  106.     OnTimer = tmRefreshTimer
  107.     Left = 568
  108.     Top = 16
  109.   end
  110.   object ilFake: TImageList
  111.     Height = 51
  112.     Left = 600
  113.     Top = 16
  114.   end
  115. end
  116.